home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2002 #11
/
Amiga Plus CD - 2002 - No. 11.iso
/
Tools
/
Freeware
/
BarTender
/
LittleBarTender.txt
< prev
Wrap
Text File
|
2002-10-27
|
362b
|
18 lines
;This is an example AmigaDos script for running the program from RAM:
;and keeping the database in an archive in order to save space.
;first copy everything from the BarTender directory on your harddrive
copy BarTender#? RAM:
;change directories
cd RAM:
;now unpack the BarTender.db.lha file
LHA x BarTender.db.lha
;and then run the program
RUN BarTender